{ "version": 4, "terraform_version": "1.8.8", "serial": 127, "lineage": "7c266fe6-dbf4-7005-7b8d-5b548f03ad60", "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-7d44af2cfbad49aed", "ami": "ami-25e1e9c0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-452df666"], "subnet_id": "subnet-725ac485", "key_name": "prod-deploy-key" } } ] } ] }