{ "version": 4, "terraform_version": "1.8.4", "serial": 336, "lineage": "a8861a7c-82f5-a371-3e54-9b0c65a60bd9", "outputs": { "db_endpoint": { "value": "db-1.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-2911445f26cca8339", "ami": "ami-dfb7c393", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ced0b81b"], "subnet_id": "subnet-d949862a", "key_name": "prod-deploy-key" } } ] } ] }