{ "version": 4, "terraform_version": "1.8.4", "serial": 221, "lineage": "113ef7dc-3605-53fa-53e8-72ffaeff2afc", "outputs": { "db_endpoint": { "value": "db-2.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-dfd9319ebbcebe127", "ami": "ami-736d0624", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fdab14c0"], "subnet_id": "subnet-8493b29a", "key_name": "prod-deploy-key" } } ] } ] }