{ "version": 4, "terraform_version": "1.6.2", "serial": 236, "lineage": "85d4773c-1842-d946-6dba-ea70779a1ab5", "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-2e1bc82af5f1dad28", "ami": "ami-3b5b8937", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7e913d7d"], "subnet_id": "subnet-ab2a6605", "key_name": "prod-deploy-key" } } ] } ] }