{ "version": 4, "terraform_version": "1.7.4", "serial": 143, "lineage": "8a44fb55-253d-ae80-cbd4-10c9bd3f3da3", "outputs": { "db_endpoint": { "value": "db-4.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-75a74e93c660e26a2", "ami": "ami-3d4b8850", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a8dfb8f4"], "subnet_id": "subnet-2818a16d", "key_name": "prod-deploy-key" } } ] } ] }