{ "version": 4, "terraform_version": "1.6.1", "serial": 346, "lineage": "159090fa-a7e3-b898-5c23-31d102b73a2c", "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-7f772b2fb998467a0", "ami": "ami-fab21c01", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2c7082f9"], "subnet_id": "subnet-2ee111a8", "key_name": "prod-deploy-key" } } ] } ] }