{ "version": 4, "terraform_version": "1.5.7", "serial": 146, "lineage": "71203438-3e34-4d72-0c5c-2f441a94b4cc", "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-ad10d97a6332edf4a", "ami": "ami-2ab1d4a2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a6b53efb"], "subnet_id": "subnet-073b6ffe", "key_name": "prod-deploy-key" } } ] } ] }