{ "version": 4, "terraform_version": "1.7.4", "serial": 364, "lineage": "9b2f58f8-ee9c-0b6b-92a0-9d2a5ef4bccc", "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-5845d1d53ab8ab7d3", "ami": "ami-a2bef1f3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-06545284"], "subnet_id": "subnet-926e2572", "key_name": "prod-deploy-key" } } ] } ] }