{ "version": 4, "terraform_version": "1.5.3", "serial": 100, "lineage": "ca546846-e811-8b82-96e2-25f89969c776", "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-cf8888fd49ec6e28c", "ami": "ami-765f08c2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-465265a3"], "subnet_id": "subnet-ca6520c7", "key_name": "prod-deploy-key" } } ] } ] }