{ "version": 4, "terraform_version": "1.7.5", "serial": 552, "lineage": "c277ef13-6bdf-ffe7-1495-b42bd3e897c6", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5cfdcf5c84d50122a", "ami": "ami-059e5470", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-61a8a5e3"], "subnet_id": "subnet-dcbc51e6", "key_name": "prod-deploy-key" } } ] } ] }