{ "version": 4, "terraform_version": "1.8.3", "serial": 222, "lineage": "88da3f3b-c886-7638-2958-1b3c42451a17", "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-b157a68e3b3e39595", "ami": "ami-82bc507e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4347242c"], "subnet_id": "subnet-9a7de815", "key_name": "prod-deploy-key" } } ] } ] }