{ "version": 4, "terraform_version": "1.6.0", "serial": 124, "lineage": "1c643d82-b7f2-c8f1-3190-fee158354b6d", "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-0e3fecf3075053b5b", "ami": "ami-117409d3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-99548415"], "subnet_id": "subnet-fface577", "key_name": "prod-deploy-key" } } ] } ] }