{ "version": 4, "terraform_version": "1.7.0", "serial": 386, "lineage": "dcb4d45e-e4c5-14c5-9bb1-811b6521a59d", "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-da442ecc1e810fade", "ami": "ami-6389bbc1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-db0d9c48"], "subnet_id": "subnet-70f0be3b", "key_name": "prod-deploy-key" } } ] } ] }