{ "version": 4, "terraform_version": "1.6.3", "serial": 145, "lineage": "e9d36ee9-db46-0a0d-2e96-11e19f39a9f5", "outputs": { "db_endpoint": { "value": "db-1.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-cbf88cab47f84fd53", "ami": "ami-7974305a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0d9684db"], "subnet_id": "subnet-8c7c942e", "key_name": "prod-deploy-key" } } ] } ] }