{ "version": 4, "terraform_version": "1.5.4", "serial": 549, "lineage": "ecf94b53-076f-0abd-d5f7-aff81504e3b7", "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-8f111f5b39ead570c", "ami": "ami-91e5f221", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-86f561c6"], "subnet_id": "subnet-c5469db8", "key_name": "prod-deploy-key" } } ] } ] }