{ "version": 4, "terraform_version": "1.5.3", "serial": 237, "lineage": "d37e5307-d076-827d-9fb1-7735b9d68af4", "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-716ad4294e2f9c672", "ami": "ami-b0ffbec9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bb035161"], "subnet_id": "subnet-76e9d95c", "key_name": "prod-deploy-key" } } ] } ] }