{ "version": 4, "terraform_version": "1.7.4", "serial": 271, "lineage": "7127de53-d329-af23-5b69-57e2d831e97c", "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-cc8f503b3ce9a5ccc", "ami": "ami-73d0cd2d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-14efb4b9"], "subnet_id": "subnet-a8a915d4", "key_name": "prod-deploy-key" } } ] } ] }