{ "version": 4, "terraform_version": "1.6.7", "serial": 214, "lineage": "c26d1ae0-28b5-7edd-99b2-2e7a39e4d1e3", "outputs": { "db_endpoint": { "value": "db-0.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-213c1821638a1cf37", "ami": "ami-c5005272", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-84cdfa77"], "subnet_id": "subnet-bbb8a90f", "key_name": "prod-deploy-key" } } ] } ] }